- Home
- Search Results
- Page 1 of 1
Search for: All records
- 
                                    Total Resources3
- Resource Type
- 
                                    
                                    
                                    
                                    0000000003000000
- More
- Availability
- 
                                    
                                    21
- Author / Contributor
- Filter by Author / Creator
- 
                                    
                                        - 
                                                    
                                                        
                                                            
                                                            Yao, Yue (3)
- 
                                                    
                                                        
                                                            
                                                            Coughlin, Amanda L. (2)
- 
                                                    
                                                        
                                                            
                                                            Fertig, Herbert A. (2)
- 
                                                    
                                                        
                                                            
                                                            Hewa-Walpitage, Heshan (2)
- 
                                                    
                                                        
                                                            
                                                            Wang, Jian (2)
- 
                                                    
                                                        
                                                            
                                                            Xie, Dongyue (2)
- 
                                                    
                                                        
                                                            
                                                            Zhan, Xun (2)
- 
                                                    
                                                        
                                                            
                                                            Zhang, Shixiong (2)
- 
                                                    
                                                        
                                                            
                                                            Balzer, Stephanie (1)
- 
                                                    
                                                        
                                                            
                                                            Bontke, Trevor (1)
- 
                                                    
                                                        
                                                            
                                                            Chen, Qiang (1)
- 
                                                    
                                                        
                                                            
                                                            Chu, Ching-Wu (1)
- 
                                                    
                                                        
                                                            
                                                            Chuang, Cheng-En (1)
- 
                                                    
                                                        
                                                            
                                                            Deng, Liangzi (1)
- 
                                                    
                                                        
                                                            
                                                            Guo, Hua (1)
- 
                                                    
                                                        
                                                            
                                                            Iraci, Grant (1)
- 
                                                    
                                                        
                                                            
                                                            Li, Yan (1)
- 
                                                    
                                                        
                                                            
                                                            Li, Yan S. (1)
- 
                                                    
                                                        
                                                            
                                                            Lou, Jun (1)
- 
                                                    
                                                        
                                                            
                                                            Zhang, Xiaohang (1)
 
- 
                                                    
                                                        
                                                            
                                                            
- Filter by Editor
- 
                                    
                                        - 
                                                    
                                                        
                                                            
                                                            null (1)
- 
                                                    
                                                        
                                                            
                                                            & Spizer, S. M. (0)
- 
                                                    
                                                        
                                                            
                                                            & . Spizer, S. (0)
- 
                                                    
                                                        
                                                            
                                                            & Ahn, J. (0)
- 
                                                    
                                                        
                                                            
                                                            & Bateiha, S. (0)
- 
                                                    
                                                        
                                                            
                                                            & Bosch, N. (0)
- 
                                                    
                                                        
                                                            
                                                            & Brennan K. (0)
- 
                                                    
                                                        
                                                            
                                                            & Brennan, K. (0)
- 
                                                    
                                                        
                                                            
                                                            & Chen, B. (0)
- 
                                                    
                                                        
                                                            
                                                            & Chen, Bodong (0)
- 
                                                    
                                                        
                                                            
                                                            & Drown, S. (0)
- 
                                                    
                                                        
                                                            
                                                            & Ferretti, F. (0)
- 
                                                    
                                                        
                                                            
                                                            & Higgins, A. (0)
- 
                                                    
                                                        
                                                            
                                                            & J. Peters (0)
- 
                                                    
                                                        
                                                            
                                                            & Kali, Y. (0)
- 
                                                    
                                                        
                                                            
                                                            & Ruiz-Arias, P.M. (0)
- 
                                                    
                                                        
                                                            
                                                            & S. Spitzer (0)
- 
                                                    
                                                        
                                                            
                                                            & Sahin. I. (0)
- 
                                                    
                                                        
                                                            
                                                            & Spitzer, S. (0)
- 
                                                    
                                                        
                                                            
                                                            & Spitzer, S.M. (0)
 
- 
                                                    
                                                        
                                                            
                                                            
- 
                                    Have feedback or suggestions for a way to improve these results?
 !
                                    
                                        
                                            Note: When clicking on a Digital Object Identifier (DOI) number, you will be taken to an external site maintained by the publisher.
                                            Some full text articles may not yet be available without a charge during the embargo (administrative interval).
                                        
                                        
                                        
                                            
                                                
                                             What is a DOI Number?
                                        
                                    
                                
Some links on this page may take you to non-federal websites. Their policies may differ from this site.
- 
            Many of today’s message-passing systems not only require messages to be exchanged in a certain order but also to happen at a certaintimeor within a certaintime window. Such correctness conditions are particularly prominent in Internet of Things (IoT) and real-time systems applications, which interface with hardware devices that come with inherent timing constraints. Verifying compliance of such systems with the intendedtimed protocolis challenged by theirheterogeneity—ruling out any verification method that relies on the system to be implemented in one common language, let alone in a high-level and typed programming language. To address this challenge, this paper contributes alogical relationto verify that its inhabitants (the applications and hardware devices to be proved correct) comply with the given timed protocol. To cater to the systems’ heterogeneity, the logical relation is entirelysemantic, lifting the requirement that its inhabitants are syntactically well-typed. A semantic approach enables two modes of use of the logical relation for program verification:(i)once-and-for-allverification of anarbitrarywell-typed application, given a type system, and(ii)per-instanceverification of a specific application / hardware device (foreign code). To facilitate mode(i), the paper develops a refinement type system for expressing timed message-passing protocols and proves that any well-typed program inhabits the logical relation (fundamental theorem). A type checker for the refinement type system has been implemented in Rust, using an SMT solver to check satisfiability of timing constraints. Then, the paper demonstrates both modes of use based on a small case study of a smart home system for monitoring air quality, consisting of a controller application and various environment sensors.more » « lessFree, publicly-accessible full text available January 7, 2026
- 
            Coughlin, Amanda L.; Xie, Dongyue; Zhan, Xun; Yao, Yue; Deng, Liangzi; Hewa-Walpitage, Heshan; Bontke, Trevor; Chu, Ching-Wu; Li, Yan; Wang, Jian; et al (, Nano Letters)
- 
            Coughlin, Amanda L.; Xie, Dongyue; Yao, Yue; Zhan, Xun; Chen, Qiang; Hewa-Walpitage, Heshan; Zhang, Xiaohang; Guo, Hua; Zhou, Haidong; Lou, Jun; et al (, ACS Nano)null (Ed.)
 An official website of the United States government
An official website of the United States government 
				
			 
					 
					
